auto merge of #706 : kballard/cargo/patch-1, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 14 Oct 2014 21:44:58 +0000 (21:44 +0000)
committerbors <bors@rust-lang.org>
Tue, 14 Oct 2014 21:44:58 +0000 (21:44 +0000)
commit8bc941bfb4e55250fab5a7caa4ead62fc642ea6c
tree934e3e5cc5558516a1d7333ae732e9004d6aa1a0
parenta846371a3fdd31434d8eaed1154e13bf91303f61
parentc7440aa18a595fff473e9af56f031314d545215d
auto merge of #706 : kballard/cargo/patch-1, r=alexcrichton

`$(OUT_DIR)` may contain spaces, so it needs to be quoted. It also needs to be expanded by the shell, not by `make`, or any quotes/backslashes in the value will cause problems.